2023-07-20 17:41:20 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
bases:
|
2023-07-20 17:47:17 +00:00
|
|
|
- "https://github.com/flanksource/template-operator/releases/download/v0.7.1/operator.yml"
|
|
|
|
- https://raw.githubusercontent.com/strudelline-net/k8s-proxy-protocol-shim/main/crd.yaml
|
|
|
|
- https://raw.githubusercontent.com/strudelline-net/k8s-proxy-protocol-shim/main/template.yaml
|
2023-07-20 18:17:29 +00:00
|
|
|
|
|
|
|
patchesStrategicMerge:
|
|
|
|
- |
|
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: template-operator-controller-manager
|
|
|
|
namespace: template-operator
|
|
|
|
spec:
|
|
|
|
template:
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: manager
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 500m
|
|
|
|
memory: 500Mi
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 120Mi
|