+
This commit is contained in:
@@ -38,8 +38,8 @@ spec:
|
||||
type: DirectoryOrCreate
|
||||
containers:
|
||||
- name: test-flymoon-payment # 容器名称
|
||||
image: uswccr.ccs.tencentyun.com/lessietest/flymoon-payment:v0.0.3 # 容器镜像
|
||||
imagePullPolicy: IfNotPresent # 镜像拉取策略 ,有则不拉
|
||||
image: uswccr.ccs.tencentyun.com/lessietest/flymoon-payment:v0.0.7 # 容器镜像
|
||||
imagePullPolicy: Always # 镜像拉取策略,总是拉取
|
||||
env:
|
||||
- name: POD_NAME
|
||||
valueFrom:
|
||||
@@ -88,4 +88,3 @@ spec:
|
||||
port: 8090 # ClusterIP 内部端口
|
||||
targetPort: 8090 # 容器端口
|
||||
nodePort: 30809 # 节点对外端口(30000-32767)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user