fix(portfolio): service name; always pull image

This commit is contained in:
David Landry 2024-10-20 01:27:37 -04:00
parent 4a17b2e85f
commit 51349de72e
2 changed files with 3 additions and 2 deletions

View file

@ -15,6 +15,7 @@ spec:
spec:
containers:
- image: registry.int.nc.landry.land/portfolio-site
imagePullPolicy: Always
name: portfolio-site
ports:
- containerPort: 8080

View file

@ -3,11 +3,11 @@ kind: Service
metadata:
annotations:
labels:
name: syncthing
name: portfolio
spec:
ports:
- name: http
port: 80
targetPort: http
selector:
app: syncthing
app: portfolio