27 lines
604 B
YAML
27 lines
604 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
/opt/bitnami/nginx/conf/nginx.conf:
|
|
exists: true
|
|
/opt/bitnami/nginx/logs/access.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout
|
|
/opt/bitnami/nginx/logs/error.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stderr
|
|
/app:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /opt/bitnami/hubble-ui/public
|
|
/opt/bitnami/hubble-ui/public/index.html:
|
|
exists: true
|
|
contents:
|
|
- "Hubble UI"
|
|
command:
|
|
test-config:
|
|
exec: nginx -t
|
|
exit-status: 0
|