Skip to content

Commit

Permalink
Re-generating examples
Browse files Browse the repository at this point in the history
  • Loading branch information
izazahamed-babji committed Aug 18, 2023
1 parent 92700af commit e286110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
- example-opentelemetry-operator-webhook.default.svc
- example-opentelemetry-operator-webhook.default.svc.cluster.local
issuerRef:
group: cert-manager.io
kind: Issuer
name: example-opentelemetry-operator-selfsigned-issuer
secretName: example-opentelemetry-operator-controller-manager-service-cert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
resources:
resources:
limits:
cpu: 100m
memory: 128Mi
Expand All @@ -71,7 +71,7 @@ spec:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true

- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
Expand All @@ -83,7 +83,7 @@ spec:
- containerPort: 8443
name: https
protocol: TCP
resources:
resources:
limits:
cpu: 500m
memory: 128Mi
Expand Down

0 comments on commit e286110

Please sign in to comment.