custom-targets/git-ops/quickstart/configuration/k8s-pod.yaml (
10
lines of code) (
raw
):
apiVersion: v1 kind: Pod metadata: name: getting-started spec: containers: - name: nginx image: nginx:1.14.2 ports: - containerPort: 80