Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 committed Oct 27, 2023
1 parent 795fd8d commit 0a3466f
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"go.buildTags": "e2e unit integration gateway_integration policy_integration"
"go.buildTags": "e2e unit integration"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
createdAt: "2023-10-10T15:03:19Z"
createdAt: "2023-10-27T06:42:13Z"
operators.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: multicluster-gateway-controller.v0.0.0
Expand Down Expand Up @@ -571,6 +571,64 @@ spec:
runAsNonRoot: true
serviceAccountName: mgc-add-on-manager
terminationGracePeriodSeconds: 10
- label:
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: policy-controller
app.kubernetes.io/instance: policy-controller
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: deployment
app.kubernetes.io/part-of: kuadrant
control-plane: controller-manager
name: mgc-policy-controller-manager
spec:
replicas: 1
selector:
matchLabels:
control-plane: policy-controller
strategy: {}
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: policy-controller
spec:
containers:
- args:
- --leader-elect
command:
- /policy-controller
image: quay.io/kuadrant/policy-controller:main
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20
name: manager
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 10m
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
securityContext:
runAsNonRoot: true
serviceAccountName: mgc-controller-manager
terminationGracePeriodSeconds: 10
permissions:
- rules:
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion config/policy-controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
- name: policy-controller
newName: quay.io/kuadrant/policy-controller
newTag: main

0 comments on commit 0a3466f

Please sign in to comment.