Skip to content

baklpc/devops

Repository files navigation


helm upgrade --install mysql ./mysql -f example/mysql-values.yaml 


helm upgrade --install redis-cluster ./redis-cluster -f example/redis-values.yaml 


helm upgrade --install nacos ./nacos -f example/nacos-values.yaml 


helm upgrade --install minio ./minio -f example/minio-values.yaml 


helm upgrade --install weserv ./weserv -f example/weserv-values.yaml 


helm upgrade --install rocketmq ./rocketmq -f example/rocketmq-values.yaml 


helm upgrade --install xxl-job ./xxl-job -f example/xxl-job-values.yaml 


helm upgrade --install seata ./seata -f example/seata-values.yaml 


helm upgrade --install skywalking oci://registry-1.docker.io/apache/skywalking-helm --version 4.3.0 -f example/skywalking-values.yaml 


helm upgrade --install harbor ./harbor -f example/harbor-values.yaml 

seata es 还未部署

创建证书

mkcert "*.k8s.orb.local"

kubectl create secret tls tls-cert
--key=_wildcard.k8s.orb.local-key.pem
--cert=_wildcard.k8s.orb.local.pem

traefik使用证书

helm install traefik traefik/traefik --set tlsStore.default.defaultCertificate.secretName=tls-cert

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages