test: flux local cluster setup with infra-devops post
这个提交包含在:
@@ -0,0 +1,28 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: fillcode-whoami
|
||||
namespace: apps
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
spec:
|
||||
chart: whoami
|
||||
version: 5.1.2
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cowboysysop
|
||||
namespace: infra-gitops
|
||||
interval: 12h
|
||||
values:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- whoami.fillcode.com
|
||||
secretName: fillcode-com-crt
|
||||
hosts:
|
||||
- host: whoami.fillcode.com
|
||||
paths:
|
||||
- /
|
||||
在新议题中引用
屏蔽一个用户