Go to primary content
Oracle® Communications Security Edge Proxy Protection (SEPP) Cloud Native Installation Guide
Release 1.1
F17667-01
Go To Table Of Contents
Contents

Previous
Previous

Envoy Yaml File

Server Envoy File

Following is the sample envoy yaml file for Server:

# Copyright 2019 (C), Oracle and/or its affiliates. All rights reserved.
# ##############
# # This yaml file could be supplied in helm install command when deploying OCSEPP v1.0.0
#
#
n32c:
  replicaCount: 1
  image:
    repository: ocsepp/server-envoy
    tag: 1.0.0
    pullPolicy: None
 

Client Envoy File

Following is the sample envoy yaml file for Client:

# Copyright 2019 (C), Oracle and/or its affiliates. All rights reserved.
# ##############
# # This yaml file could be supplied in helm install command when deploying OCSEPP v1.0.0
#
#
n32c:
  replicaCount: 1
  image:
    repository: ocsepp/client-envoy
    tag: 1.0.0
    pullPolicy: None