Skip to content

Commit

Permalink
Merge branch 'main' into KF-3609-frontend-test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas authored Jul 19, 2023
2 parents cb73a81 + e4d73fa commit ad04e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions charms/kfp-api/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

K8S_RESOURCE_FILES = [
"src/templates/auth_manifests.yaml.j2",
"src/templates/ml-pipeline-service.yaml.j2",
]
MYSQL_WARNING = "Relation mysql is deprecated."
UNBLOCK_MESSAGE = "Remove deprecated mysql relation to unblock."
Expand Down
4 changes: 2 additions & 2 deletions charms/kfp-api/src/templates/ml-pipeline-service.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
spec:
ports:
- name: grpc
port: {{ grpc-port }}
port: {{ grpc_port }}
protocol: TCP
targetPort: 8887
- name: http
port: {{ http-port }}
port: {{ http_port }}
protocol: TCP
targetPort: 8888
selector:
Expand Down

0 comments on commit ad04e21

Please sign in to comment.