Better tagging and templating

This commit is contained in:
2023-11-05 01:17:56 +01:00
parent 8cb98f0848
commit 8ff0aa3e94
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -26,7 +27,7 @@ spec:
app: k9e
spec:
containers:
- image: ghcr.io/kevinmidboe/k9e.no:latest
- image: ${IMAGE}
imagePullPolicy: IfNotPresent
name: k9e
resources: {}

View File

@@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Service
metadata: