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

@ -65,5 +65,4 @@ spec:
app: backend-datasiswa
ports:
- port: 5000
targetPort: 5000
targetPort: 5000

View File

@ -5,5 +5,4 @@ metadata:
namespace: intern-workspace
data:
DB_HOST: "mysql-app-syifa"
DB_NAME: "datasiswa"
DB_NAME: "datasiswa"

View File

@ -65,5 +65,4 @@ spec:
- port: 3000
targetPort: 3000
nodePort: 30067
protocol: TCP
protocol: TCP

View File

@ -8,4 +8,4 @@ resources:
- config-map.yaml
- secret.yaml
- rbac.yaml
- network-policy.yaml
- network-policy.yaml

View File

@ -71,5 +71,4 @@ spec:
app: mysql-datasiswa
ports:
- port: 3306
targetPort: 3306
targetPort: 3306

View File

@ -99,6 +99,4 @@ spec:
- namespaceSelector: {}
ports:
- protocol: UDP
port: 53
port: 53

View File

@ -103,5 +103,4 @@ subjects:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: mysql-role-syifa
name: mysql-role-syifa

View File

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