Merge pull request #10453 from satnam6502/fix-es

Change port names to avoid validation failure
This commit is contained in:
Zach Loafman
2015-07-01 08:30:28 -07:00
6 changed files with 9 additions and 9 deletions

View File

@@ -24,10 +24,10 @@ spec:
name: elasticsearch-logging
ports:
- containerPort: 9200
name: es-port
name: db
protocol: TCP
- containerPort: 9300
name: es-transport-port
name: transport
protocol: TCP
volumeMounts:
- name: es-persistent-storage