27 lines
462 B
YAML
27 lines
462 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: fleetlock
|
|
|
|
labels:
|
|
- pairs:
|
|
app.kubernetes.io/instance: fleetlock
|
|
|
|
resources:
|
|
- rbac.yaml
|
|
- fleetlock.yaml
|
|
|
|
patches:
|
|
- patch: |
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: fleetlock
|
|
spec:
|
|
clusterIP: 10.96.1.15
|
|
|
|
images:
|
|
- name: quay.io/poseidon/fleetlock
|
|
newName: git.pyrocufflink.net/containerimages/fleetlock
|
|
newTag: vadimberezniker-wait_evictions
|