fix env variable

This commit is contained in:
brechin 2023-06-17 19:11:39 -05:00
parent bec4762389
commit e5b0791bdb

View File

@ -18,7 +18,7 @@ spec:
containers: containers:
- env: - env:
- name: PORT - name: PORT
value: 5000 value: "5000"
image: ghcr.io/brechy/stampy-mctimestamp:sha-96e5bb1 image: ghcr.io/brechy/stampy-mctimestamp:sha-96e5bb1
name: stampy-mctimestamp name: stampy-mctimestamp
restartPolicy: Always restartPolicy: Always