blob: a85f4ad52d1494ccc077998c59238a85a0a180c3 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: tomcat
creationTimestamp:
labels:
run: tomcat
spec:
replicas: 1
selector:
matchLabels:
run: tomcat
template:
metadata:
creationTimestamp:
labels:
run: tomcat
spec:
containers:
- name: tomcat
image: apache/tomcat-stuffed:1.0
ports:
- containerPort: 8080
- containerPort: 8778
name: jolokia
- containerPort: 9404
name: prometheus
readinessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 3
periodSeconds: 3
resources: {}
strategy: {}
status: {}