Skip to content

Commit

Permalink
Change log for custom-values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alicek106 committed Jun 15, 2019
1 parent feebe30 commit 0278c1f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions custom-values.yaml
Expand Up @@ -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: <defaults to random>
AdminPassword: alicek106 # Edited by alicek106
# AdminSshKey: <defaults to auto-generated>
# 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -358,7 +363,7 @@ Persistence:
# StorageClass: "-"
Annotations: {}
AccessMode: ReadWriteOnce
Size: 8Gi
Size: 5Gi # Added by alicek106
volumes:
# - name: nothing
# emptyDir: {}
Expand All @@ -376,7 +381,7 @@ NetworkPolicy:

## Install Default RBAC roles and bindings
rbac:
install: false
install: true # Added by alicek106
serviceAccountName: default
serviceAccountAnnotations: {}
# Role reference
Expand Down

0 comments on commit 0278c1f

Please sign in to comment.