update service of sonarqube
This commit is contained in:
7
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
7
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
@@ -23,13 +23,6 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
http: 8090
|
http: 8090
|
||||||
elastic: 9091
|
elastic: 9091
|
||||||
nodePorts:
|
|
||||||
http: 30089
|
|
||||||
elastic: 30091
|
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
ingressClassName: "nginx"
|
|
||||||
hostname: "sonarqube.cluster.edward.sydney"
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
|
|||||||
@@ -13,15 +13,6 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
api: 19000
|
api: 19000
|
||||||
console: 19001
|
console: 19001
|
||||||
ingress:
|
|
||||||
ingressClassName: "nginx"
|
|
||||||
hostname: "minio.cluster.edward.sydney"
|
|
||||||
extraHosts:
|
|
||||||
- name: "minio.cluster.local"
|
|
||||||
path: "/"
|
|
||||||
apiIngress:
|
|
||||||
ingressClassName: "nginx"
|
|
||||||
hostname: "api.minio.cluster.edward.sydney"
|
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: "minio-pvc"
|
existingClaim: "minio-pvc"
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user