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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue