mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
redmine: drop redmine- prefix from port names
This commit is contained in:
@@ -9,8 +9,9 @@ metadata:
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: redmine-http
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: http
|
||||
selector:
|
||||
app: redmine
|
||||
provider: redmine-server
|
||||
|
||||
@@ -50,18 +50,18 @@ spec:
|
||||
- name: SMTP_TLS
|
||||
value: "{{.smtpTls}}"
|
||||
ports:
|
||||
- name: redmine-http
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: redmine-http
|
||||
port: http
|
||||
initialDelaySeconds: 120
|
||||
timeoutSeconds: 1
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: redmine-http
|
||||
port: http
|
||||
initialDelaySeconds: 5
|
||||
timeoutSeconds: 1
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user