-
Notifications
You must be signed in to change notification settings - Fork 9
/
application.yaml
29 lines (28 loc) · 1012 Bytes
/
application.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Do NOT edit this file directly.
# File generated from application.yaml.tmpl by the update-gitops-repo tool with arguments: /usr/bin/update-gitops-repo -git-revision=91234e0202ef61d643b69e11b8f27c71471ab51e -substitute=imageName=cmays/hello-world-dispatch@sha256:280a6be4a69b32887c939a3a705bc1ff54e249a55df8f93886ccee443b2b25ca --force-push
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world-dispatch
namespace: hello-world
spec:
selector:
matchLabels:
app: hello-world-dispatch
template:
metadata:
labels:
app: hello-world-dispatch
annotations:
prometheus.io/scrape: 'true'
prometheus.io/path: '/actuator/prometheus'
prometheus.io/port: '8080'
prometheus.io/scheme: 'http'
spec:
containers:
- image: "cmays/hello-world-dispatch@sha256:280a6be4a69b32887c939a3a705bc1ff54e249a55df8f93886ccee443b2b25ca"
name: hello-world-dispatch
ports:
- containerPort: 8080
name: web