Skip to content

Commit

Permalink
add: ns to svc
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Jun 24, 2024
1 parent 92046d1 commit ec07eab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions deployments/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
namespace: realtime-production
type: Opaque
data:
postgresql-postgres-password: "bGZUNjZrVU52QQ=="
postgresql-postgres-password: "Wm55T2RjUlBOdw=="
postgresql-password: "Y2FhYXMtcGFzc3dvcmQ="
---
# Source: caaas/templates/configmap.yaml
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: caaas-replicaset
name: caaas-gateway
namespace: realtime-production
annotations: {}
labels:
Expand Down Expand Up @@ -192,11 +192,11 @@ spec:
name: caaas-configmap
restartPolicy: Never
---
# Source: caaas/templates/deployment.yaml
# Source: caaas/templates/replicaset.yaml
apiVersion: apps/v1
kind: Deployment
kind: ReplicaSet
metadata:
name: caaas-deployment
name: caaas-api
namespace: realtime-production
annotations: {}
labels:
Expand Down
4 changes: 2 additions & 2 deletions deployments/caaas/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "caaas.fullname" . }}-api
annotations: {}
namespace: {{ .Release.Namespace }}
labels:
{{ toYaml .Values.caaas.labels | default "{}" }}
spec:
Expand All @@ -21,7 +21,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "caaas.fullname" . }}-gateway
annotations: {}
namespace: {{ .Release.Namespace }}
labels:
{{ toYaml .Values.caaas.labels | default "{}" }}
spec:
Expand Down

0 comments on commit ec07eab

Please sign in to comment.