Switched to MySQL database

This commit is contained in:
2025-05-30 22:58:35 +00:00
parent 34e1917abd
commit a04612005f
10 changed files with 195 additions and 239 deletions
-7
View File
@@ -17,9 +17,6 @@ spec:
- name: ipam
image: docker.jdbnet.co.uk/internal/ipam:latest
imagePullPolicy: Always
volumeMounts:
- mountPath: /app/db
name: ipam
ports:
- containerPort: 5000
name: "ipam"
@@ -50,10 +47,6 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
volumes:
- name: ipam
persistentVolumeClaim:
claimName: ipam
---
apiVersion: v1
kind: Service