fix(portfolio): service name; always pull image
This commit is contained in:
parent
4a17b2e85f
commit
51349de72e
2 changed files with 3 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- image: registry.int.nc.landry.land/portfolio-site
|
||||
imagePullPolicy: Always
|
||||
name: portfolio-site
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue