diff --git a/kustomize/postgres/postgres.yaml b/kustomize/postgres/postgres.yaml index 3706b4d5..d1c7074a 100644 --- a/kustomize/postgres/postgres.yaml +++ b/kustomize/postgres/postgres.yaml @@ -25,3 +25,11 @@ spec: resources: requests: storage: 1Gi + service: + metadata: + annotations: + my-annotation: value1 + labels: + my-label: value2 + type: NodePort + nodePort: 32000