Automated Manifest Update (#5111)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `673377e` (on `673377e300b67860b07703d8222c155dd1d2fe29`) - **Charts Updated**: `cert-manager,cilium,cloudnative-pg` Reviewed-on: #5111 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #5111.
This commit is contained in:
@@ -2,6 +2,11 @@ apiVersion: cert-manager.io/v1
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt-issuer
|
name: letsencrypt-issuer
|
||||||
|
namespace: cert-manager
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: letsencrypt-issuer
|
||||||
|
app.kubernetes.io/instance: cert-manager
|
||||||
|
app.kubernetes.io/part-of: cert-manager
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
email: alexanderlebens@gmail.com
|
email: alexanderlebens@gmail.com
|
||||||
|
|||||||
@@ -64,6 +64,10 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 64Mi
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
port: http-healthz
|
port: http-healthz
|
||||||
|
|||||||
@@ -14,8 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: api-token
|
- secretKey: api-token
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /cloudflare/alexlebens.net/clusterissuer
|
key: /cloudflare/alexlebens.net/clusterissuer
|
||||||
metadataPolicy: None
|
|
||||||
property: token
|
property: token
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
apiVersion: policy/v1
|
||||||
|
kind: PodDisruptionBudget
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
namespace: cert-manager
|
||||||
|
labels:
|
||||||
|
app: cert-manager
|
||||||
|
app.kubernetes.io/name: cert-manager
|
||||||
|
app.kubernetes.io/instance: cert-manager
|
||||||
|
app.kubernetes.io/component: "controller"
|
||||||
|
app.kubernetes.io/version: "v1.20.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
helm.sh/chart: cert-manager-v1.20.0
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: cert-manager
|
||||||
|
app.kubernetes.io/instance: cert-manager
|
||||||
|
app.kubernetes.io/component: "controller"
|
||||||
|
minAvailable: 1
|
||||||
@@ -25,7 +25,7 @@ data:
|
|||||||
enable-gateway-api-alpn: "true"
|
enable-gateway-api-alpn: "true"
|
||||||
gateway-api-xff-num-trusted-hops: "0"
|
gateway-api-xff-num-trusted-hops: "0"
|
||||||
gateway-api-service-externaltrafficpolicy: "Cluster"
|
gateway-api-service-externaltrafficpolicy: "Cluster"
|
||||||
gateway-api-secrets-namespace: "cilium-secrets"
|
gateway-api-secrets-namespace: "kube-system"
|
||||||
gateway-api-hostnetwork-enabled: "false"
|
gateway-api-hostnetwork-enabled: "false"
|
||||||
gateway-api-hostnetwork-nodelabelselector: ""
|
gateway-api-hostnetwork-nodelabelselector: ""
|
||||||
enable-policy-secrets-sync: "true"
|
enable-policy-secrets-sync: "true"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cilium.io/cilium-configmap-checksum: "e129393f7260ae593c00137d4b9c2c92e786de76c1125c2293f366cfe5b3512b"
|
cilium.io/cilium-configmap-checksum: "6c5e6123b63f6fc449922e9eb9bd248afa8fd228d8083cc40c920fff386079bb"
|
||||||
kubectl.kubernetes.io/default-container: cilium-agent
|
kubectl.kubernetes.io/default-container: cilium-agent
|
||||||
labels:
|
labels:
|
||||||
k8s-app: cilium
|
k8s-app: cilium
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cilium.io/cilium-configmap-checksum: "e129393f7260ae593c00137d4b9c2c92e786de76c1125c2293f366cfe5b3512b"
|
cilium.io/cilium-configmap-checksum: "6c5e6123b63f6fc449922e9eb9bd248afa8fd228d8083cc40c920fff386079bb"
|
||||||
labels:
|
labels:
|
||||||
io.cilium/app: operator
|
io.cilium/app: operator
|
||||||
name: cilium-operator
|
name: cilium-operator
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||||||
kind: Role
|
kind: Role
|
||||||
metadata:
|
metadata:
|
||||||
name: cilium-gateway-secrets
|
name: cilium-gateway-secrets
|
||||||
namespace: "cilium-secrets"
|
namespace: "kube-system"
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/part-of: cilium
|
app.kubernetes.io/part-of: cilium
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||||||
kind: Role
|
kind: Role
|
||||||
metadata:
|
metadata:
|
||||||
name: cilium-operator-gateway-secrets
|
name: cilium-operator-gateway-secrets
|
||||||
namespace: "cilium-secrets"
|
namespace: "kube-system"
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/part-of: cilium
|
app.kubernetes.io/part-of: cilium
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: cilium-gateway-secrets
|
name: cilium-gateway-secrets
|
||||||
namespace: "cilium-secrets"
|
namespace: "kube-system"
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/part-of: cilium
|
app.kubernetes.io/part-of: cilium
|
||||||
roleRef:
|
roleRef:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: cilium-operator-gateway-secrets
|
name: cilium-operator-gateway-secrets
|
||||||
namespace: "cilium-secrets"
|
namespace: "kube-system"
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/part-of: cilium
|
app.kubernetes.io/part-of: cilium
|
||||||
roleRef:
|
roleRef:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ metadata:
|
|||||||
name: cloudnative-pg-plugin-barman-cloud
|
name: cloudnative-pg-plugin-barman-cloud
|
||||||
namespace: cloudnative-pg
|
namespace: cloudnative-pg
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: plugin-barman-cloud
|
app.kubernetes.io/name: plugin-barman-cloud
|
||||||
@@ -48,7 +48,10 @@ spec:
|
|||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 9090
|
port: 9090
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 64Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -65,7 +65,10 @@ spec:
|
|||||||
port: webhook-server
|
port: webhook-server
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 64Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user