Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paderlol committed Mar 2, 2020
1 parent 1c08250 commit 78103a9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 32 deletions.
62 changes: 31 additions & 31 deletions helm/charts/mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@
# # provisioner: ceph.com/rbd
#
#############################mysql###########################
#mysql:
# annotations: {}
# resources: {}
# nodeSelector: {}
# affinity: {}
# tolerations: {}
# service:
# port: 3306
# rootPassword: root
# database: nacos_devtest
# user: nacos
# password: nacos
# image:
# pullPolicy: IfNotPresent
# repository: nacos/nacos-mysql
# tag: 5.7
# classParameters: {}
# persistence:
# enabled: false
# existingClaim: mysql-data
# #existingClaim:
# claim:
# name: mysql-data
# spec:
# accessModes:
# - ReadWriteOnce
# resources:
# requests:
# storage: 5G
# storageClassName: sc-mysql
#
############################mysql###########################
mysql:
annotations: {}
resources: {}
nodeSelector: {}
affinity: {}
tolerations: {}
service:
port: 3306
rootPassword: root
database: nacos_devtest
user: nacos
password: nacos
image:
pullPolicy: IfNotPresent
repository: nacos/nacos-mysql
tag: 5.7
classParameters: {}
persistence:
enabled: false
existingClaim: mysql-data
#existingClaim:
claim:
name: mysql-data
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5G
storageClassName: sc-mysql
3 changes: 2 additions & 1 deletion helm/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ apiVersion: v1
kind: Service
metadata:
name: nacos-hs
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec:
type: ClusterIP
clusterIP: None
ports:
- port: {{ .Values.service.port }}
Expand Down
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ service:
port: 8848
nodePort: 30000


ingress:
enabled: false
annotations: {}
Expand Down

0 comments on commit 78103a9

Please sign in to comment.