diff --git a/custom-values.yaml b/custom-values.yaml index 52ad37d..819012b 100644 --- a/custom-values.yaml +++ b/custom-values.yaml @@ -40,7 +40,7 @@ Master: # a restart loop. Likewise if you disable the non-Jenkins identity store and instead use the Jenkins internal one, # you should revert Master.AdminUser to your preferred admin user: AdminUser: admin - # AdminPassword: + AdminPassword: alicek106 # Edited by alicek106 # AdminSshKey: # If CasC auto-reload is enabled, an SSH (RSA) keypair is needed. Can either provide your own, or leave unconfigured to allow a random key to be auto-generated. # If you supply your own, it is recommended that the values file that contains your key not be committed to source control in an unencrypted format @@ -77,7 +77,12 @@ Master: ServicePort: 8080 # For minikube, set this to NodePort, elsewhere use LoadBalancer # Use ClusterIP if your setup includes ingress controller - ServiceType: LoadBalancer + # + # ################# Edited by alicek106 + ServiceType: NodePort + NodePort: 32000 + # ################# + # # Master Service annotations ServiceAnnotations: {} # Master Custom Labels @@ -358,7 +363,7 @@ Persistence: # StorageClass: "-" Annotations: {} AccessMode: ReadWriteOnce - Size: 8Gi + Size: 5Gi # Added by alicek106 volumes: # - name: nothing # emptyDir: {} @@ -376,7 +381,7 @@ NetworkPolicy: ## Install Default RBAC roles and bindings rbac: - install: false + install: true # Added by alicek106 serviceAccountName: default serviceAccountAnnotations: {} # Role reference