diff --git a/env/staging/deployment.yaml b/env/staging/deployment.yaml index 1d6c7f9..abe2ad6 100644 --- a/env/staging/deployment.yaml +++ b/env/staging/deployment.yaml @@ -1,26 +1,138 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: +typemeta: + kind: Deployment + apiversion: apps/v1 +objectmeta: name: example-app-staging + generatename: "" + namespace: "" + selflink: "" + uid: "" + resourceversion: "" + generation: 0 + creationtimestamp: "0001-01-01T00:00:00Z" + deletiontimestamp: null + deletiongraceperiodseconds: null labels: app: app-staging + annotations: {} + ownerreferences: [] + finalizers: [] + managedfields: [] spec: replicas: 1 selector: - matchLabels: + matchlabels: app: app-staging + matchexpressions: [] template: - metadata: + objectmeta: + name: "" + generatename: "" + namespace: "" + selflink: "" + uid: "" + resourceversion: "" + generation: 0 + creationtimestamp: "0001-01-01T00:00:00Z" + deletiontimestamp: null + deletiongraceperiodseconds: null labels: app: app-staging + annotations: {} + ownerreferences: [] + finalizers: [] + managedfields: [] spec: + volumes: [] + initcontainers: [] containers: - name: container - image: "ghcr.io/get-glu/gitops-example/app:latest@sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab" + image: sha256:4cc55a9c121399e7dca2bf4baad47b70b528d72aeac7f5f8e564dd82baa63957:latest@ + command: [] + args: [] + workingdir: "" ports: - - containerPort: 8080 + - name: "" + hostport: 0 + containerport: 8080 + protocol: "" + hostip: "" + envfrom: [] env: - name: APP_ENVIRONMENT - value: "staging" + value: staging + valuefrom: null - name: APP_IMAGE_DIGEST - value: "sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab" + value: sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab + valuefrom: null + resources: + limits: {} + requests: {} + claims: [] + resizepolicy: [] + restartpolicy: null + volumemounts: [] + volumedevices: [] + livenessprobe: null + readinessprobe: null + startupprobe: null + lifecycle: null + terminationmessagepath: "" + terminationmessagepolicy: "" + imagepullpolicy: "" + securitycontext: null + stdin: false + stdinonce: false + tty: false + ephemeralcontainers: [] + restartpolicy: "" + terminationgraceperiodseconds: null + activedeadlineseconds: null + dnspolicy: "" + nodeselector: {} + serviceaccountname: "" + deprecatedserviceaccount: "" + automountserviceaccounttoken: null + nodename: "" + hostnetwork: false + hostpid: false + hostipc: false + shareprocessnamespace: null + securitycontext: null + imagepullsecrets: [] + hostname: "" + subdomain: "" + affinity: null + schedulername: "" + tolerations: [] + hostaliases: [] + priorityclassname: "" + priority: null + dnsconfig: null + readinessgates: [] + runtimeclassname: null + enableservicelinks: null + preemptionpolicy: null + overhead: {} + topologyspreadconstraints: [] + sethostnameasfqdn: null + os: null + hostusers: null + schedulinggates: [] + resourceclaims: [] + strategy: + type: "" + rollingupdate: null + minreadyseconds: 0 + revisionhistorylimit: null + paused: false + progressdeadlineseconds: null +status: + observedgeneration: 0 + replicas: 0 + updatedreplicas: 0 + readyreplicas: 0 + availablereplicas: 0 + unavailablereplicas: 0 + conditions: [] + collisioncount: null