此仓库专为PowerK8S服务
helm install nfs-server-provisioner Charts/nfs-server-provisioner --create-namespace --namespace nfs-server-provisioner
helm install nfs-server-provisioner boot/nfs-server-provisioner --create-namespace --namespace nfs-server-provisioner --set persistence.enabled=true --set persistence.nodeName=k8s-master --set persistence.nodeHostPath=/share
helm install purelb Charts/purelb --create-namespace --namespace purelb
helm install purelb boot/purelb --create-namespace --namespace purelb
apiVersion: purelb.io/v1
kind: ServiceGroup
metadata:
generation: 1
name: default
namespace: purelb
spec:
local:
v4pool:
aggregation: default
pool: 10.0.3.25-10.0.3.29
subnet: 10.0.3.0/24
helm install ingress-nginx Charts/ingress-nginx --create-namespace --namespace ingress-nginx
helm install ingress-nginx boot/ingress-nginx --create-namespace --namespace ingress-nginx
helm install cert-manager Charts/cert-manager --create-namespace --namespace cert-manager
helm install cert-manager boot/cert-manager --create-namespace --namespace cert-manager
helm install ldap Charts/openldap --create-namespace --namespace ldap-system
helm show values boot/openldap > openldap-values.yaml
nano openldap-values.yaml
helm install -f openldap-values.yaml ldap boot/openldap --create-namespace --namespace ldap-system
helm install gitea Charts/gitea --create-namespace --namespace gitea-system
helm show values boot/gitea > gitea-values.yaml
nano gitea-values.yaml
helm install -f gitea-values.yaml gitea boot/gitea --create-namespace --namespace gitea-system
helm install nexus3 Charts/nexus3 --create-namespace --namespace nexus3
helm install nexus3 boot/nexus3 --create-namespace --namespace nexus3