Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faas-netes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Team Jaz CS 598 CCC Final Project
faas-netes
Commits
d5e6f98f
Commit
d5e6f98f
authored
2 years ago
by
Han Verstraete (OpenFaaS Ltd)
Committed by
Alex Ellis
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update ingress-operator
Signed-off-by:
Han Verstraete (OpenFaaS Ltd)
<
han@openfaas.com
>
parent
af5cd72b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
chart/openfaas/Chart.yaml
+1
-1
1 addition, 1 deletion
chart/openfaas/Chart.yaml
chart/openfaas/templates/ingress-operator-crd.yaml
+57
-65
57 additions, 65 deletions
chart/openfaas/templates/ingress-operator-crd.yaml
chart/openfaas/values.yaml
+1
-1
1 addition, 1 deletion
chart/openfaas/values.yaml
with
59 additions
and
67 deletions
chart/openfaas/Chart.yaml
+
1
−
1
View file @
d5e6f98f
...
...
@@ -2,7 +2,7 @@ apiVersion: v2
type
:
application
description
:
OpenFaaS - Serverless Functions Made Simple
name
:
openfaas
version
:
11.1.
7
version
:
11.1.
8
sources
:
-
https://github.com/openfaas/faas
-
https://github.com/openfaas/faas-netes
...
...
This diff is collapsed.
Click to expand it.
chart/openfaas/templates/ingress-operator-crd.yaml
+
57
−
65
View file @
d5e6f98f
...
...
@@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
annotations
:
controller-gen.kubebuilder.io/version
:
v0.
4
.0
controller-gen.kubebuilder.io/version
:
v0.
7
.0
creationTimestamp
:
null
name
:
functioningresses.openfaas.com
spec
:
...
...
@@ -17,70 +17,62 @@ spec:
singular
:
functioningress
scope
:
Namespaced
versions
:
-
name
:
v1alpha2
schema
:
openAPIV3Schema
:
description
:
FunctionIngress describes an OpenFaaS function
type
:
object
required
:
-
spec
properties
:
apiVersion
:
description
:
'
APIVersion
defines
the
versioned
schema
of
this
representation
of
an
object.
Servers
should
convert
recognized
schemas
to
the
latest
internal
value,
and
may
reject
unrecognized
values.
More
info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type
:
string
kind
:
description
:
'
Kind
is
a
string
value
representing
the
REST
resource
this
object
represents.
Servers
may
infer
this
from
the
endpoint
the
client
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type
:
string
metadata
:
type
:
object
spec
:
description
:
FunctionIngressSpec is the spec for a FunctionIngress resource.
It must be created in the same namespace as the gateway, i.e. openfaas.
type
:
object
required
:
-
domain
-
function
properties
:
bypassGateway
:
description
:
BypassGateway, when
true
creates an Ingress record directly
for the Function name without using the gateway in the hot path
type
:
boolean
domain
:
description
:
Domain such as "api.example.com"
type
:
string
function
:
description
:
Function such as "nodeinfo"
type
:
string
ingressType
:
description
:
IngressType such as "nginx"
type
:
string
path
:
description
:
Path such as "/v1/profiles/view/(.*)", or leave empty
for default
type
:
string
tls
:
description
:
Enable TLS via cert-manager
type
:
object
properties
:
enabled
:
type
:
boolean
issuerRef
:
description
:
ObjectReference is a reference to an object with
a given name and kind.
type
:
object
required
:
-
name
properties
:
kind
:
type
:
string
name
:
type
:
string
served
:
true
storage
:
true
-
name
:
v1
schema
:
openAPIV3Schema
:
description
:
FunctionIngress describes an OpenFaaS function
type
:
object
required
:
-
spec
properties
:
apiVersion
:
description
:
'
APIVersion
defines
the
versioned
schema
of
this
representation
of
an
object.
Servers
should
convert
recognized
schemas
to
the
latest
internal
value,
and
may
reject
unrecognized
values.
More
info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type
:
string
kind
:
description
:
'
Kind
is
a
string
value
representing
the
REST
resource
this
object
represents.
Servers
may
infer
this
from
the
endpoint
the
client
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type
:
string
metadata
:
type
:
object
spec
:
description
:
FunctionIngressSpec is the spec for a FunctionIngress resource. It must be created in the same namespace as the gateway, i.e. openfaas.
type
:
object
required
:
-
domain
-
function
properties
:
bypassGateway
:
description
:
BypassGateway, when
true
creates an Ingress record directly for the Function name without using the gateway in the hot path
type
:
boolean
domain
:
description
:
Domain such as "api.example.com"
type
:
string
function
:
description
:
Function such as "nodeinfo"
type
:
string
ingressType
:
description
:
IngressType such as "nginx"
type
:
string
path
:
description
:
Path such as "/v1/profiles/view/(.*)", or leave empty for default
type
:
string
tls
:
description
:
Enable TLS via cert-manager
type
:
object
properties
:
enabled
:
type
:
boolean
issuerRef
:
description
:
ObjectReference is a reference to an object with a given name and kind.
type
:
object
required
:
-
name
properties
:
kind
:
type
:
string
name
:
type
:
string
served
:
true
storage
:
true
status
:
acceptedNames
:
kind
:
"
"
...
...
This diff is collapsed.
Click to expand it.
chart/openfaas/values.yaml
+
1
−
1
View file @
d5e6f98f
...
...
@@ -309,7 +309,7 @@ ingress:
# ingressOperator (optional) – component to have specific FQDN and TLS for Functions
# https://github.com/openfaas-incubator/ingress-operator
ingressOperator
:
image
:
ghcr.io/openfaas/ingress-operator:0.
7.1
image
:
ghcr.io/openfaas/ingress-operator:0.
8.0
replicas
:
1
create
:
false
resources
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment