renamed controller to operator
This commit is contained in:
parent
b23161a08d
commit
3a61942646
11 changed files with 45 additions and 45 deletions
|
|
@ -1,21 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: certman-istio-controller
|
||||
namespace: cert-manager
|
||||
labels:
|
||||
app: certman-istio-controller
|
||||
version: v1
|
||||
spec:
|
||||
containers:
|
||||
- name: certman-istio-controller
|
||||
image: 127.0.0.1:5000/cert/certman-istio-controller:v1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
imagePullPolicy: Always
|
||||
serviceAccountName: certman-istio-controller
|
||||
Loading…
Add table
Add a link
Reference in a new issue