feat(helmcharts): add halo-shop Helm chart and update cert-manager version to v1.19.2
这个提交包含在:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
repo: https://charts.jetstack.io
|
repo: https://charts.jetstack.io
|
||||||
chart: cert-manager
|
chart: cert-manager
|
||||||
targetNamespace: infra-devops
|
targetNamespace: infra-devops
|
||||||
version: v1.19.1
|
version: v1.19.2
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户