diff --git a/apps/apps/halo/helmchart-shop.yaml b/apps/apps/halo/helmchart-shop.yaml new file mode 100644 index 0000000..1f87b41 --- /dev/null +++ b/apps/apps/halo/helmchart-shop.yaml @@ -0,0 +1,54 @@ +apiVersion: helm.cattle.io/v1 +kind: HelmChart +metadata: + name: halo-shop + namespace: apps +spec: + repo: https://halo-sigs.github.io/charts/ + chart: halo + targetNamespace: apps + # 1.2.3版本报错,暂时回退到1.2.2 + version: 1.2.2 + valuesContent: |- + affinity: + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - weight: 100 + podAffinityTerm: + labelSelector: + matchLabels: + cnpg.io/cluster: cnpg17-cluster-hk + role: primary + topologyKey: kubernetes.io/hostname + namespaceSelector: {} + image: + repository: halohub/halo-pro + tag: 2.22.0-alpha.1 + service: + type: ClusterIP + ingress: + enabled: true + ingressClassName: nginx + nginx.ingress.kubernetes.io/configuration-snippet: | + proxy_set_header Accept-Encoding ""; + hostname: shop.dev.cm + path: / + pathType: Prefix + metrics: + enabled: true + mysql: + enabled: false + postgresql: + enabled: false + externalDatabase: + platform: postgresql + host: cnpg17-cluster-hk-rw.infra-data + port: 5432 + user: app + password: FybaFtf6NV5jnxhj5bOPpHbO6KypZeHiyiskgAWkM5nioW2j82HtCf6GnW9xVKjE + database: halo_shop + haloUsername: rohow + haloExternalUrl: https://shop.dev.cm + + + diff --git a/apps/infra/devops/cert-manager/helmchart.yaml b/apps/infra/devops/cert-manager/helmchart.yaml index f962fa1..97be775 100644 --- a/apps/infra/devops/cert-manager/helmchart.yaml +++ b/apps/infra/devops/cert-manager/helmchart.yaml @@ -9,7 +9,7 @@ spec: repo: https://charts.jetstack.io chart: cert-manager targetNamespace: infra-devops - version: v1.19.1 + version: v1.19.2 valuesContent: |- affinity: nodeAffinity: