mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2026-01-02 07:16:37 +00:00
Better tagging and templating
This commit is contained in:
@@ -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: {}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user