File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
deploy/manifests/oci-native-ingress-controller/templates
helm/oci-native-ingress-controller Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5151 readOnlyRootFilesystem : true
5252 runAsNonRoot : true
5353 runAsUser : 1000
54- image : " iad.ocir. io/axoxdievda5j/oke-public- oci-native-ingress-controller:0.1.29 "
54+ image : " ghcr. io/oracle/ oci-native-ingress-controller:v1.0.0 "
5555 imagePullPolicy : Always
5656 args :
5757 - --lease-lock-name=oci-native-ingress-controller
6161 - --controller-class=oci.oraclecloud.com/native-ingress-controller
6262 - --compartment-id=
6363 - --subnet-id=
64+ - --metrics-backend=prometheus
65+ - --metrics-port=2223
6466 - --v=4
6567 env :
6668 - name : OCI_RESOURCE_PRINCIPAL_VERSION
7375 - name : webhook-server
7476 containerPort : 9443
7577 protocol : TCP
78+ - name : metrics-server
79+ containerPort : 2223
7680 resources :
7781 {}
7882 volumeMounts :
Original file line number Diff line number Diff line change 2121 repository : ghcr.io/oracle/oci-native-ingress-controller
2222 pullPolicy : Always
2323 # Overrides the image tag whose default is the chart appVersion.
24- tag : " latest "
24+ tag : " v1.0.0 "
2525
2626imagePullSecrets : []
2727nameOverride : " "
You can’t perform that action at this time.
0 commit comments