added manifest kubernetes base and overlays for dev

This commit is contained in:
Syifa 2025-10-23 16:09:34 +07:00
parent 9bc71c6b43
commit c7b618549d
8 changed files with 8 additions and 16 deletions

View File

@ -66,4 +66,3 @@ spec:
ports: ports:
- port: 5000 - port: 5000
targetPort: 5000 targetPort: 5000

View File

@ -6,4 +6,3 @@ metadata:
data: data:
DB_HOST: "mysql-app-syifa" DB_HOST: "mysql-app-syifa"
DB_NAME: "datasiswa" DB_NAME: "datasiswa"

View File

@ -66,4 +66,3 @@ spec:
targetPort: 3000 targetPort: 3000
nodePort: 30067 nodePort: 30067
protocol: TCP protocol: TCP

View File

@ -72,4 +72,3 @@ spec:
ports: ports:
- port: 3306 - port: 3306
targetPort: 3306 targetPort: 3306

View File

@ -100,5 +100,3 @@ spec:
ports: ports:
- protocol: UDP - protocol: UDP
port: 53 port: 53

View File

@ -104,4 +104,3 @@ roleRef:
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io
kind: Role kind: Role
name: mysql-role-syifa name: mysql-role-syifa

View File

@ -7,4 +7,3 @@ type: Opaque
data: data:
DB_USER: cm9vdA== # hasil base64 dari "root" DB_USER: cm9vdA== # hasil base64 dari "root"
DB_PASSWORD: "" # kosong, tetap valid DB_PASSWORD: "" # kosong, tetap valid