캐시설치결과서 작성 (개발환경)

This commit is contained in:
ondal
2025-10-23 13:25:17 +09:00
parent 386d035bb1
commit cb7117954f
10 changed files with 265 additions and 2 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: notification-postgresql-external
spec:
ports:
- name: tcp-postgresql
port: 5432
protocol: TCP
targetPort: tcp-postgresql
selector:
app.kubernetes.io/component: primary
app.kubernetes.io/instance: notification
app.kubernetes.io/name: postgresql
sessionAffinity: None
type: LoadBalancer