mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 10:19:21 +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
|
||||
kind: Kustomization
|
||||
|
||||
# resources:
|
||||
# - https://github.com/knative/operator/releases/download/v0.25.0/operator.yaml
|
||||
# - serving.yaml
|
||||
# - eventing.yaml
|
||||
resources:
|
||||
- https://github.com/knative/operator/releases/download/knative-v1.0.0/operator.yaml
|
||||
- serving.yaml
|
||||
- eventing.yaml
|
||||
|
@ -2,3 +2,10 @@ apiVersion: operator.knative.dev/v1alpha1
|
||||
kind: KnativeServing
|
||||
metadata:
|
||||
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