Tigase Forge
Dashboards
Projects
Global Views
Pull Requests
Issues
Builds
Packages
Code Search
Text
Files
Symbols
helm-charts
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Iterations
Builds
Packages
Statistics
Code
Pull Request
Issue
Build
Child Projects
Projects
tigase
helm-charts
Commits
434bbae3
ctrl
k
Sign In
Fixed issue with accessing Apache James HTTP API
Browse Code
Andrzej Wójcik (Tigase)
committed
1 year ago
434bbae3
1 parent
c532f16f
james/Chart.yaml
■
■
■ ■ ■ ■
skipped 14 lines
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
-
version: 0.0.
12
18
+
version: 0.0.
13
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
skipped 4 lines
All occurrences
james/templates/service.yaml
■
■ ■ ■ ■ ■
skipped 120 lines
121
121
targetPort: http-admin
122
122
name: http-admin
123
123
protocol: TCP
124
-
internalTrafficPolicy: Local # James http-api doesn't offer any authentication thus limiting access
125
124
selector:
126
125
{{- include "james.selectorLabels" . | nindent 4 }}
127
126
skipped 1 lines
All occurrences
james
Chart.yaml
templates/service.yaml
Please wait...
Page is in error, reload to recover