feat: tp5, pas fini (7.4 commencé)

This commit is contained in:
Emi BOUCLY 2025-11-12 16:51:07 +01:00
parent 1fef95a37f
commit 83775e9dc0
18 changed files with 466 additions and 0 deletions

View file

@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: database
namespace: {{ .Values.namespace }}
labels:
app: database
spec:
ports:
- name: tcp-postgresql
port: 5432
protocol: TCP
targetPort: 5432
type: ClusterIP
selector:
app: database