Networking
Allow inbound communication when mTLS enabled
Update your PlatformApplication manifest to add/edit the networking section:
# .platform/kubernetes/base/application.yaml
spec:
networking:
inbound:
services:
- name: sample-domain-gateway
namespace: sample-domain-gateway
port: 8080
This networking spec allows inbound communication of the "sample-domain-gateway" Service from "sample-domain-gateway" Namespace to current application on port "8080".