Remove old service definition from cert-manager.yaml
This commit is contained in:
parent
b1d6314317
commit
989fc6c044
@ -15,19 +15,3 @@ spec:
|
||||
- name: cert-manager
|
||||
image: quay.io/jetstack/cert-manager-controller:canary.2
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8081
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: cert-manager
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 8081
|
||||
selector:
|
||||
app: cert-manager
|
||||
|
||||
Loading…
Reference in New Issue
Block a user