mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-24 07:00:34 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- stateful-set.yaml
|
|
@ -0,0 +1,22 @@
|
|||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
name: stateful-set
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: manager
|
||||
image: gcr.io/$(project)/application-controller:latest
|
||||
command:
|
||||
- /go/bin/dlv
|
||||
args:
|
||||
- --listen=:2345
|
||||
- --headless=true
|
||||
- --api-version=2
|
||||
- exec
|
||||
- /go/src/github.com/kubernetes-sigs/application/manager
|
||||
ports:
|
||||
- containerPort: 2345
|
||||
securityContext:
|
||||
privileged: true
|
Loading…
Add table
Add a link
Reference in a new issue