Update port number. Update image tag.

This commit is contained in:
James Munnelly 2017-08-05 00:36:53 +01:00
parent 067eb5ac63
commit 7e4cbdb5a0

View File

@ -13,11 +13,11 @@ spec:
spec:
containers:
- name: cert-manager
image: quay.io/jetstack/cert-manager:canary
image: quay.io/jetstack/cert-manager:canary.1
imagePullPolicy: Always
ports:
- name: http
containerPort: 8080
containerPort: 8081
---
apiVersion: v1
kind: Service
@ -28,6 +28,6 @@ spec:
ports:
- name: http
port: 80
targetPort: 8080
targetPort: 8081
selector:
app: cert-manager