github.com/replicatedhq/ship@v0.55.0/integration/unfork/elastic-stack/expected/overlays/ship/deployment.yaml (about) 1 apiVersion: apps/v1beta1 2 kind: Deployment 3 metadata: 4 labels: 5 app: kibana 6 chart: kibana-1.1.2 7 heritage: Tiller 8 release: elastic-stack 9 name: elastic-stack-kibana 10 spec: 11 revisionHistoryLimit: null 12 template: 13 metadata: 14 annotations: null 15 spec: 16 $setElementOrder/containers: 17 - name: kibana 18 containers: 19 - $setElementOrder/env: 20 - name: XPACK_MONITORING_ENABLED 21 - name: ELASTICSEARCH_URL 22 $setElementOrder/ports: 23 - containerPort: 5601 24 env: 25 - name: XPACK_MONITORING_ENABLED 26 value: "true" 27 - name: ELASTICSEARCH_URL 28 value: http://elastic-stack-elasticsearch:9200 29 image: docker.elastic.co/kibana/kibana:5.4.2 30 livenessProbe: 31 httpGet: 32 path: / 33 port: 5601 34 initialDelaySeconds: 180 35 name: kibana 36 ports: 37 - containerPort: 5601 38 name: http 39 protocol: null 40 readinessProbe: 41 httpGet: 42 path: /status 43 port: 5601 44 initialDelaySeconds: 180 45 periodSeconds: 10 46 resources: null 47 securityContext: 48 runAsNonRoot: true 49 runAsUser: 1000 50 volumeMounts: null 51 serviceAccountName: null 52 tolerations: null 53 volumes: null