feat(ingress): add Ingress resource for fillcode.com and update image tag to v1.90.8
这个提交包含在:
@@ -0,0 +1,24 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: fillcode
|
||||
namespace: apps
|
||||
annotations:
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: fillcode.com
|
||||
http:
|
||||
paths:
|
||||
- path: /docs/fillcode
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: halo
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- fillcode.com
|
||||
secretName: fillcode-com-crt
|
||||
|
||||
@@ -12,7 +12,7 @@ spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: tchk
|
||||
image:
|
||||
tag: v1.90.6
|
||||
tag: v1.90.8
|
||||
hostNetwork: true
|
||||
extraVolumes:
|
||||
- name: cert-volume
|
||||
|
||||
在新议题中引用
屏蔽一个用户