add kubernaut
This commit is contained in:
13
kubernaut/envs/production/settings.yaml
Normal file
13
kubernaut/envs/production/settings.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: kubernaut
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernaut
|
||||
env:
|
||||
- name: KUBERNAUT_CAT
|
||||
value: kilwin
|
Reference in New Issue
Block a user