Olaf Bohlen
2023-10-04 9674bca959f4a0781b1d63af7dc49f01d799ff10
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
apiVersion: apps/v1
kind: Deployment
metadata:
  creationTimestamp: null
  labels:
    app: hello
  name: hello
  namespace: kust-test
spec:
  replicas: 1
  selector:
    matchLabels:
      app: hello
  strategy: {}
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: hello
    spec:
      containers:
      - image: quay.io/olbohlen/hello-world-nginx
        name: hello-world-nginx
        ports:
        - containerPort: 8080
        resources: {}
status: {}