mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
don't expose redis port
This commit is contained in:
parent
24a50ea076
commit
7bfc99a615
@ -264,10 +264,6 @@ spec:
|
||||
image: {{ kubernetes_redis_image }}:{{ kubernetes_redis_image_tag }}
|
||||
imagePullPolicy: Always
|
||||
args: ["redis-server", "{{ kubernetes_redis_config_mount_path }}"]
|
||||
ports:
|
||||
- name: redis
|
||||
protocol: TCP
|
||||
containerPort: 6379
|
||||
volumeMounts:
|
||||
- name: {{ kubernetes_deployment_name }}-redis-config
|
||||
mountPath: "{{ kubernetes_redis_config_mount_path }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user