Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
caddy-helm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Organization Credential Manager
caddy-helm
Commits
894551ed
Commit
894551ed
authored
1 year ago
by
Kristiyan Saparevski
Browse files
Options
Downloads
Plain Diff
Merge branch 'gaiax-mediator' into 'main'
Gaiax mediator See merge request
!1
parents
4a784491
bb57528c
No related branches found
No related tags found
1 merge request
!1
Gaiax mediator
Pipeline
#67075
passed with stage
in 3 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Chart.yaml
+3
-3
3 additions, 3 deletions
Chart.yaml
templates/configMap.yaml
+2
-2
2 additions, 2 deletions
templates/configMap.yaml
templates/deployment.yaml
+1
-1
1 addition, 1 deletion
templates/deployment.yaml
values.yaml
+1
-1
1 addition, 1 deletion
values.yaml
with
7 additions
and
7 deletions
Chart.yaml
+
3
−
3
View file @
894551ed
apiVersion
:
v1
appVersion
:
v0.0.
5
appVersion
:
v0.0.
6
description
:
caddy deployment
name
:
caddy
-test
version
:
0.0.
6
name
:
caddy
version
:
0.0.
7
icon
:
"
https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
This diff is collapsed.
Click to expand it.
templates/configMap.yaml
+
2
−
2
View file @
894551ed
...
...
@@ -18,12 +18,12 @@ data:
# Handle any traffic that matches the `@websockets` pattern
handle @websockets {
reverse_proxy
SERVICE:PORT
reverse_proxy
http://mediator:3000
}
# Handle all other traffic.
handle {
reverse_proxy http://
SERVICE:PORT
reverse_proxy http://
mediator:3000
}
# What logs should look like.
...
...
This diff is collapsed.
Click to expand it.
templates/deployment.yaml
+
1
−
1
View file @
894551ed
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
"
caddy
-test
"
name
:
"
caddy"
namespace
:
{{
.Release.Namespace
}}
labels
:
{{
- include "app.labels" . | nindent 4
}}
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
1
−
1
View file @
894551ed
# -- Default number of instances to start
replicaCount
:
1
# -- Application name
name
:
caddy
-test
name
:
caddy
# -- Ovverwrites application name
nameOverride
:
"
"
...
...
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