mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-02 04:14:28 +07:00
feat(platform): upgrade Knative and replace Linkerd with Kourier
This commit is contained in:
parent
f432719241
commit
7acbba961b
@ -1,7 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
# resources:
|
resources:
|
||||||
# - https://github.com/knative/operator/releases/download/v0.25.0/operator.yaml
|
- https://github.com/knative/operator/releases/download/knative-v1.0.0/operator.yaml
|
||||||
# - serving.yaml
|
- serving.yaml
|
||||||
# - eventing.yaml
|
- eventing.yaml
|
||||||
|
@ -2,3 +2,10 @@ apiVersion: operator.knative.dev/v1alpha1
|
|||||||
kind: KnativeServing
|
kind: KnativeServing
|
||||||
metadata:
|
metadata:
|
||||||
name: knative-serving
|
name: knative-serving
|
||||||
|
spec:
|
||||||
|
ingress:
|
||||||
|
kourier:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
network:
|
||||||
|
ingress.class: "kourier.ingress.networking.knative.dev"
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: linkerd
|
|
||||||
version: 0.0.0
|
|
||||||
dependencies:
|
|
||||||
- name: linkerd2
|
|
||||||
version: 2.11.1
|
|
||||||
repository: https://helm.linkerd.io/stable
|
|
Loading…
Reference in New Issue
Block a user