Skip to content

Instantly share code, notes, and snippets.

@pathcl
Created March 22, 2019 15:53
Show Gist options
  • Select an option

  • Save pathcl/752cf873d2a691a283e166bc1097b6be to your computer and use it in GitHub Desktop.

Select an option

Save pathcl/752cf873d2a691a283e166bc1097b6be to your computer and use it in GitHub Desktop.
tz-env.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: tdata
spec:
selector:
matchLabels:
run: tdata
replicas: 2
template:
metadata:
labels:
run: tdata
spec:
containers:
- name: tdata
image: nginx
env:
- name: TZ
value: "Europe/Amsterdam"
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment