Skip to content

Instantly share code, notes, and snippets.

@c-success
Last active September 4, 2019 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c-success/4e2e27a182249514b115b77e87894636 to your computer and use it in GitHub Desktop.
Save c-success/4e2e27a182249514b115b77e87894636 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: thunder-ingress-controller
spec:
replicas: 1
template:
metadata:
labels:
app: thunder-ingress-controller
spec:
containers:
- name: thunder-ingress-controller
image: a10harmony/acos-ingress-controller:1.0-rc2
imagePullPolicy: Always
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CONTROLLER_URL
value: <Controller URL for Thunder>
- name: USERNAME_PASSWORD_SECRETNAME
value: thunder-secret
- name: PARTITION
value: shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment