Skip to content

DbSystem Sample

This page is generated from the checked-in sample manifest at config/samples/mysql_v1beta1_dbsystem.yaml.

Field Value
Resource mysql/DbSystem
API Version mysql.oracle.com/v1beta1
Source Path config/samples/mysql_v1beta1_dbsystem.yaml
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

apiVersion: mysql.oracle.com/v1beta1
kind: DbSystem
metadata:
  name: dbsystem-sample
spec:
  compartmentId: ocid1.compartment.oc1..exampleuniqueID
  # Replace with a currently supported MySQL DB System shape for your tenancy.
  shapeName: MySQL.2
  # Replace with a private subnet OCID. MySQL DB Systems reject public subnets.
  subnetId: ocid1.subnet.oc1..exampleuniqueID
  adminUsername:
    secret:
      secretName: admin-secret
  adminPassword:
    secret:
      secretName: admin-secret