Skip to content

Commit

Permalink
Merge pull request #126 from onepanelio/feat/local.kfserving
Browse files Browse the repository at this point in the history
feat: local kfserving
  • Loading branch information
Vafilor authored Aug 4, 2021
2 parents 53a1809 + 34d9a88 commit b8e0b2b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cert-manager/overlays/self-signed/cluster-issuer-patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: cert-manager.io/v1alpha2
kind: ClusterIssuer
metadata:
name: selfsigned-issuer
spec:
selfSigned: {}
8 changes: 8 additions & 0 deletions cert-manager/overlays/self-signed/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
patches:
- path: cluster-issuer-patch.yaml
target:
kind: ClusterIssuer
4 changes: 4 additions & 0 deletions common/artifact-repository/overlays/s3/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ artifactRepository:
endpoint:
required: true
default: s3.amazonaws.com
# Only used if using a local minio setup
publicEndpoint:
required: true
default: s3.amazonaws.com
# Change to true if endpoint does NOT support HTTPS
insecure:
required: true
Expand Down
2 changes: 1 addition & 1 deletion kfserving/base/config-networking-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
value: "{{.Name}}--{{.Namespace}}.{{.Domain}}"
- op: add
path: /data/defaultExternalScheme
value: https
value: "$(kfservingDefaultExternalScheme)"
1 change: 1 addition & 0 deletions kfserving/base/kfserving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16692,6 +16692,7 @@ metadata:
apiVersion: v1
data:
APP_DISABLE_AUTH: "True"
APP_SECURE_COOKIES: "$(kfservingSecureCookies)"
kind: ConfigMap
metadata:
labels:
Expand Down
Empty file added kfserving/base/vars.yaml
Empty file.

0 comments on commit b8e0b2b

Please sign in to comment.