[update]修改环境变量

This commit is contained in:
zhangqy 2023-10-23 18:01:13 +08:00
parent 14ebe7d701
commit 90da766069
3 changed files with 12 additions and 0 deletions

View File

@ -52,6 +52,10 @@ spec:
dnsPolicy: ClusterFirst
restartPolicy: Always
terminationGracePeriodSeconds: 30
volumes:
- name: iot-logs
hostPath:
path: /nfs/data/qiuguo/iot/logs
---
apiVersion: v1
kind: Service

View File

@ -52,6 +52,10 @@ spec:
dnsPolicy: ClusterFirst
restartPolicy: Always
terminationGracePeriodSeconds: 30
volumes:
- name: iot-logs
hostPath:
path: /nfs/data/qiuguo/iot/logs
---
apiVersion: v1
kind: Service

View File

@ -52,6 +52,10 @@ spec:
dnsPolicy: ClusterFirst
restartPolicy: Always
terminationGracePeriodSeconds: 30
volumes:
- name: iot-logs
hostPath:
path: /nfs/data/qiuguo/iot/logs
---
apiVersion: v1
kind: Service