Merge pull request #795 from 3dwardch3ng/misc
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:
|
||||
http: 8090
|
||||
elastic: 9091
|
||||
nodePorts:
|
||||
http: 30089
|
||||
elastic: 30091
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
hostname: "sonarqube.cluster.edward.sydney"
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
|
||||
@@ -13,15 +13,6 @@ service:
|
||||
ports:
|
||||
api: 19000
|
||||
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:
|
||||
existingClaim: "minio-pvc"
|
||||
containerSecurityContext:
|
||||
|
||||
Reference in New Issue
Block a user