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: spec:
containers: containers:
- image: registry.int.nc.landry.land/portfolio-site - image: registry.int.nc.landry.land/portfolio-site
imagePullPolicy: Always
name: portfolio-site name: portfolio-site
ports: ports:
- containerPort: 8080 - containerPort: 8080

View file

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