This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
apiVersion:apps/v1
kind:Deployment
metadata:
labels:
app:gw-charge
tier:backend
name:gw-charge
namespace:yibin-charge
spec:
progressDeadlineSeconds:600
replicas:1
selector:
matchLabels:
app:gw-charge
tier:backend
template:
metadata:
labels:
app:gw-charge
tier:backend
spec:
containers:
- env:
- name:CACHE_IGNORE
value:js|html
- name:CACHE_PUBLIC_EXPIRATION
value:3d
- name:LANG
value:C.UTF-8
- name:JAVA_OPTS
value:'-Dspring.profiles.active=dev'
# $REGISTRY_HARBOR: 这是一个环境变量,代表镜像仓库(Registry)的地址或主机名。在 Kubernetes 中,环境变量通常用于存储配置信息,以便在部署时注入到 Pod 中。